FrameScheduledNavigationEvent
data class FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String) : Event
Content copied to clipboard
Fired when frame schedules a potential navigation.
Constructors
FrameScheduledNavigationEvent
Link copied to clipboard
fun FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String)
Content copied to clipboard